home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / internet / DOMPRO11 / DOMAIN.exe / 0 / RCDATA / TFORMSALE / TFORMSALE.txt < prev   
Encoding:
Text File  |  1998-02-01  |  1.9 KB  |  101 lines

  1. object FormSale: TFormSale
  2.   Left = 266
  3.   Top = 203
  4.   Width = 308
  5.   Height = 170
  6.   Caption = 'DOMAIN NAME LISTED !'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = [fsBold]
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 14
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 75
  19.     Height = 14
  20.     Caption = 'Domain Name'
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'Arial'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 40
  30.     Width = 71
  31.     Height = 14
  32.     Caption = 'Price Quoted'
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'Arial'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object Label3: TLabel
  40.     Left = 8
  41.     Top = 72
  42.     Width = 79
  43.     Height = 14
  44.     Caption = 'Owner'#39's Email'
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'Arial'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.   end
  51.   object EditName: TEdit
  52.     Left = 104
  53.     Top = 8
  54.     Width = 185
  55.     Height = 22
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'Arial'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.     TabOrder = 0
  62.   end
  63.   object EditPrice: TEdit
  64.     Left = 104
  65.     Top = 40
  66.     Width = 185
  67.     Height = 22
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'Arial'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.     TabOrder = 1
  74.   end
  75.   object EditEmail: TEdit
  76.     Left = 104
  77.     Top = 72
  78.     Width = 185
  79.     Height = 22
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'Arial'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.     TabOrder = 2
  86.   end
  87.   object BitBtn1: TBitBtn
  88.     Left = 68
  89.     Top = 108
  90.     Width = 169
  91.     Height = 25
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'Arial'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 3
  98.     Kind = bkOK
  99.   end
  100. end
  101.